inspector: Make object property inspection work again
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Feb 2019 18:41:15 +0000 (13:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Feb 2019 18:41:15 +0000 (13:41 -0500)
This was lost when porting to GtkListView.

gtk/inspector/prop-list.c

index 567aa858674785c4921e7bbfdc35430e2ca7f9ab..87aa1d75486f992f117083f46b1ac4d93df5e493 100644 (file)
@@ -214,6 +214,7 @@ show_object (GtkInspectorPropEditor *editor,
 
   g_object_set_data_full (G_OBJECT (pl->priv->object_tree), "next-tab", g_strdup (tab), g_free);
   gtk_inspector_object_tree_select_object (pl->priv->object_tree, object);
+  gtk_inspector_object_tree_activate_object (pl->priv->object_tree, object);
 }
 
 static void